home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 April / Designer's Club 1996 April.iso / mac / Idea Source / GALLERY.DIR / 00014_Script_14 < prev    next >
Text File  |  1996-03-04  |  190b  |  11 lines

  1. on exitFrame    
  2.   global gallery
  3.   if gallery = "slideshow" then
  4.     go the frame
  5.   else
  6.     puppetsound "pageflip"
  7.     puppetTransition 02, 1, 8, true
  8.     delay 100
  9.   end if
  10. end
  11.